home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 June / CHIP Turkiye Haziran 1997.iso / shar / wincmd / install.bin / WINCMD32.EXE / 0 / RCDATA / TDLGUNZIPALL / TDLGUNZIPALL.txt
Text File  |  1996-12-31  |  2KB  |  118 lines

  1. object DLGUNZIPALL: TDLGUNZIPALL
  2.   Tag = 1
  3.   Left = 221
  4.   Top = 263
  5.   HelpContext = 160
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsDialog
  8.   Caption = 'Unpack files'
  9.   ClientHeight = 139
  10.   ClientWidth = 348
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Prompt: TLabel
  19.     Tag = 2
  20.     Left = 4
  21.     Top = 5
  22.     Width = 341
  23.     Height = 16
  24.     AutoSize = False
  25.     Caption = 'Unpack file to:'
  26.   end
  27.   object Filestounpack: TLabel
  28.     Tag = 3
  29.     Left = 4
  30.     Top = 51
  31.     Width = 129
  32.     Height = 16
  33.     AutoSize = False
  34.     Caption = '&Files to unpack:'
  35.     FocusControl = FileList
  36.   end
  37.   object UnzipText: TEdit
  38.     Left = 4
  39.     Top = 26
  40.     Width = 340
  41.     Height = 21
  42.     TabOrder = 0
  43.     OnKeyDown = UnzipTextKeyDown
  44.   end
  45.   object FileList: TEdit
  46.     Left = 134
  47.     Top = 49
  48.     Width = 210
  49.     Height = 21
  50.     TabOrder = 1
  51.     Text = '*.*'
  52.     OnKeyDown = UnzipTextKeyDown
  53.   end
  54.   object Pathextract: TCheckBox
  55.     Tag = 4
  56.     Left = 4
  57.     Top = 73
  58.     Width = 341
  59.     Height = 16
  60.     Caption = '&Unpack path names if stored with files'
  61.     TabOrder = 2
  62.     OnKeyDown = UnzipTextKeyDown
  63.   end
  64.   object Overwrite: TCheckBox
  65.     Tag = 5
  66.     Left = 4
  67.     Top = 92
  68.     Width = 341
  69.     Height = 16
  70.     Caption = '&Overwrite existing files'
  71.     TabOrder = 3
  72.     OnKeyDown = UnzipTextKeyDown
  73.   end
  74.   object Ok: TButton
  75.     Tag = 4001
  76.     Left = 35
  77.     Top = 113
  78.     Width = 90
  79.     Height = 23
  80.     Caption = 'Ok'
  81.     Default = True
  82.     ModalResult = 1
  83.     TabOrder = 4
  84.     OnKeyDown = UnzipTextKeyDown
  85.   end
  86.   object id_calltree: TButton
  87.     Tag = 6
  88.     Left = 129
  89.     Top = 113
  90.     Width = 90
  91.     Height = 23
  92.     Caption = '&Tree'
  93.     TabOrder = 5
  94.     OnClick = id_calltreeClick
  95.     OnKeyDown = UnzipTextKeyDown
  96.   end
  97.   object Cancel: TButton
  98.     Tag = 4002
  99.     Left = 223
  100.     Top = 113
  101.     Width = 90
  102.     Height = 23
  103.     Cancel = True
  104.     Caption = 'Cancel'
  105.     ModalResult = 2
  106.     TabOrder = 6
  107.     OnKeyDown = UnzipTextKeyDown
  108.   end
  109.   object Translate1: TTranslate
  110.     Tag = 5460
  111.     Top = 112
  112.   end
  113.   object ResolutionFix1: TResolutionFix
  114.     Left = 320
  115.     Top = 112
  116.   end
  117. end
  118.